home *** CD-ROM | disk | FTP | other *** search
- object ItemPropForm: TItemPropForm
- Left = 357
- Top = 338
- BorderStyle = bsDialog
- Caption = 'Item properties'
- ClientHeight = 236
- ClientWidth = 324
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Shell Dlg 2'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 324
- 236)
- PixelsPerInch = 96
- TextHeight = 13
- object NameLabel: TTntLabel
- Left = 8
- Top = 8
- Width = 45
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = '&File name'
- FocusControl = NameEdit
- end
- object HashLabel: TTntLabel
- Left = 8
- Top = 56
- Width = 53
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Hash value'
- FocusControl = HashEdit
- end
- object TypeLabel: TTntLabel
- Left = 8
- Top = 152
- Width = 49
- Height = 13
- Caption = 'Hash &type'
- FocusControl = TypeBox
- end
- object CodeLabel: TTntLabel
- Left = 168
- Top = 152
- Width = 70
- Height = 13
- Caption = 'Hash &encoding'
- FocusControl = CodeBox
- end
- object DateLabel: TTntLabel
- Left = 8
- Top = 104
- Width = 41
- Height = 13
- Caption = 'File &data'
- FocusControl = DateEdit
- end
- object TimeLabel: TTntLabel
- Left = 104
- Top = 104
- Width = 39
- Height = 13
- Caption = 'File t&ime'
- FocusControl = TimeEdit
- end
- object SizeLabel: TTntLabel
- Left = 192
- Top = 104
- Width = 37
- Height = 13
- Caption = 'File &size'
- FocusControl = SizeEdit
- end
- object NameEdit: TTntEdit
- Left = 8
- Top = 24
- Width = 305
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- Text = 'NameEdit'
- end
- object HashEdit: TEdit
- Left = 8
- Top = 72
- Width = 305
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 1
- Text = 'HashEdit'
- end
- object TypeBox: TComboBox
- Left = 8
- Top = 168
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 5
- end
- object CodeBox: TComboBox
- Left = 168
- Top = 168
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 6
- end
- object OKButton: TTntButton
- Left = 8
- Top = 200
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- end
- object CancelButton: TTntButton
- Left = 88
- Top = 200
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object DateEdit: TTntDateTimePicker
- Left = 8
- Top = 120
- Width = 92
- Height = 21
- Date = 38064.767383125000000000
- Time = 38064.767383125000000000
- TabOrder = 2
- end
- object TimeEdit: TTntDateTimePicker
- Left = 104
- Top = 120
- Width = 81
- Height = 21
- Date = 38064.775420497690000000
- Time = 38064.775420497690000000
- Kind = dtkTime
- TabOrder = 3
- end
- object SizeEdit: TTntEdit
- Left = 192
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 4
- Text = '0'
- end
- end
-